home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / EDEMO.DIR / 00188_Script_188 < prev    next >
Text File  |  1995-09-12  |  283b  |  20 lines

  1. on enterframe
  2.   If Rollover(28) then
  3.     HandCursor
  4.   else
  5.     if rollover(32) then
  6.       HandCursor
  7.     else
  8.       ArrowCursor
  9.     end if
  10.   end if
  11.   DemoRolloverBYL
  12. end
  13.  
  14. on exitFrame
  15.   if soundbusy(2) then
  16.     go the frame
  17.   else
  18.     go the frame + 1
  19.   end if
  20. end